id/email | |
password | |
forgot password | create account |
Function Call | Return Value | |||
---|---|---|---|---|
ifIt(15, true) | → | |||
ifIt(15, false) | → | |||
ifIt(0, true) | → | |||
ifIt(10, true) | → | |||
ifIt(13, false) | → | |||
ifIt(20, true) | → | |||
ifIt(3, false) | → |
Experiment with this code on Gitpod.io